The FreezeSelected Method is available as an add-on to the LEADTOOLS Medical Imaging toolkits.
- freeze
- true to freeze the selected cells, false to un-freeze the selected cells.
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MedicalViewerCellCollection(Of MedicalViewerBaseCell) Dim freeze As Boolean instance.FreezeSelected(freeze) |
Parameters
- freeze
- true to freeze the selected cells, false to un-freeze the selected cells.
For an example, refer to MedicalViewerCellCollection<MedicalViewerBaseCell>.InvertSelection
- Freezing a cell means that no actions using the mouse or the keyboard can be performed on the cell. Cell properties can still be changed.
- You can select or un-select a frozen cell.
- Use the MedicalViewerBaseCell.Frozen property to freeze a single cell.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7